home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Transcript 1.0b1 / DbgPrintF.h < prev    next >
Text File  |  1996-06-15  |  265b  |  17 lines

  1. /***
  2.   *
  3.   *    DbgPrintF.h - Formatted printing to the Transcript application.
  4.   *
  5.   *    Copyright © 1996 Christopher E. Hyde. All rights reserved.
  6.   *
  7.   *    Version:    1.0b1
  8.   *
  9.   ***/
  10.  
  11.  
  12. extern
  13. #ifdef __cplusplus
  14.         "C"
  15. #endif
  16.             void    DbgPrintF        (const char* format, ...);
  17.